google.golang.org/grpc.callInfo.contentSubtype (field)
9 uses
google.golang.org/grpc (current package)
rpc_util.go#L179: contentSubtype string
rpc_util.go#L590: c.contentSubtype = o.ContentSubtype
rpc_util.go#L1164: if c.contentSubtype == "" {
rpc_util.go#L1170: c.contentSubtype = strings.ToLower(ec.Name())
rpc_util.go#L1176: if c.contentSubtype == "" {
rpc_util.go#L1183: c.codec = getCodec(c.contentSubtype)
rpc_util.go#L1185: return status.Errorf(codes.Internal, "no codec registered for content-subtype %s", c.contentSubtype)
stream.go#L323: ContentSubtype: callInfo.contentSubtype,
stream.go#L1317: ContentSubtype: c.contentSubtype,
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)